Follow the deprecation warnings after upgrading RSpec to 3.

Akinori MUSHA 10 年 前
コミット
b232003a9c
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0 2
      spec/spec_helper.rb

+ 0 - 2
spec/spec_helper.rb

@@ -10,7 +10,6 @@ end
10 10
 
11 11
 require File.expand_path("../../config/environment", __FILE__)
12 12
 require 'rspec/rails'
13
-require 'rspec/autorun'
14 13
 require 'rr'
15 14
 require 'webmock/rspec'
16 15
 
@@ -49,7 +48,6 @@ RSpec.configure do |config|
49 48
   #     --seed 1234
50 49
   config.order = "random"
51 50
   config.global_fixtures = :all
52
-  config.treat_symbols_as_metadata_keys_with_true_values = true
53 51
 
54 52
   config.render_views
55 53